home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / polipo / README.Debian < prev    next >
Encoding:
Text File  |  2010-05-22  |  2.1 KB  |  51 lines

  1. polipo for Debian
  2. -----------------
  3.  
  4. Polipo is available from http://www.pps.jussieu.fr/~jch/software/polipo/.
  5.  
  6. There was a webpage devoted to this Debian package which you can find at
  7. http://www.srcf.ucam.org/~teh30/debian/polipo/. But due new maintainer,
  8. new versions not available there. Look up the Debian repository for it.
  9.  
  10.  
  11. How to use polipo for Debian
  12. ----------------------------
  13.  
  14. Configure your browser to use a proxy on host 'localhost', port '8123'.
  15.  
  16.  
  17.   Online documentation
  18.   --------------------
  19.  
  20. Once polipo is running, online documentation is available at
  21. http://127.0.0.1:8123/doc/.  Alternatively you can find the same information
  22. on the Polipo website: http://www.pps.jussieu.fr/~jch/software/polipo/manual/
  23.  
  24.  
  25.   Allowing other computers to access polipo
  26.   -----------------------------------------
  27.  
  28. By default polipo will only accept local connections.  If you want other
  29. computers on your network to be able to use this machine as a web cache,
  30. then uncomment the 'proxyAddress' line in /etc/polipo/config.  For
  31. security's sake you should enable the 'allowedClients' variable and add the
  32. address of your network, e.g. 'allowedClients = 127.0.0.1, 194.168.42.0/24'. 
  33. You might also want to set 'disableLocalInterface=true', otherwise all the
  34. proxy's users can see what pages the others have been accessing.
  35.  
  36.  
  37.   Using polipo with a modem or a mobile connection
  38.   ------------------------------------------------
  39.  
  40. Polipo will go on- and offline automatically whenever PPP (modem) or
  41. other network connections are established or brought down. You can
  42. specify on which type of connection this behaviour will occur by editing
  43. the file /etc/polipo/options and setting the method option to the
  44. appropriate value, i.e. `method ppp'. For IPv4 the following methods
  45. allowed: any for any method (default), static, manual, dhcp, bootp, ppp,
  46. wvdial. The loopback method is not applicable. You can find a list of
  47. these methods in the interfaces(5) manpage. Note: you can add multiple
  48. `method' lines in the options file.
  49.  
  50.  -- Denis V. Sirotkin <fechiny@gmail.com>, Sun, 29 Jul 2007 18:26:38 +0600
  51.